home *** CD-ROM | disk | FTP | other *** search
/ Games of Daze / Infomagic - Games of Daze (Summer 1995) (Disc 1 of 2).iso / djgpp / tktdoc / xprint.doc < prev   
Encoding:
Text File  |  1994-08-12  |  17.0 KB  |  651 lines

  1.  
  2.           08/10/94 5:10pm                             Request Group Summary
  3.           -----------------------------------------------------------------
  4.  
  5.  
  6.  
  7.              Xlib Functions    Colors and Colormaps Supporta ImplementReply
  8.           -----------------------------------------------------------------
  9.  
  10.           .XCreateColormap      * CreateColormap    .Yes            *
  11.  
  12.           .XFreeColormap        * FreeColormap      .Yes            *
  13.  
  14.           .XCopyColormapAndFre  * CopyColormapAndFr .Yes            *
  15.                                   ee
  16.  
  17.           .XInstallColormap     * InstallColormap   .Yes
  18.  
  19.           .XUninstallColormap   * UninstallColormap .Yes
  20.  
  21.           .XListInstalledColor  * ListInstalledColo .Yes                 *
  22.                                   rmaps
  23.  
  24.           .XAllocColor          * AllocColor        .Yes            *    *
  25.  
  26.           .XAllocNamedColor     * AllocNamedColor   .Yes            *
  27.  
  28.           .XAllocColorCells     * AllocColorCells   .Yes            *
  29.  
  30.           .XAllocColorPlanes    * AllocColorPlanes  .Yes            *
  31.  
  32.           .XFreeColors          * FreeColors        .Yes            *
  33.  
  34.           .XStoreColor          * StoreColors       .Yes            *
  35.            XStoreColors
  36.  
  37.           .XStoreNamedColor     * StoreNamedColor   .Yes            *
  38.  
  39.           .XQueryColor          * QueryColors       .Yes                 *
  40.            XQueryColors
  41.  
  42.           .XLookupColor         * LookupColor       .Yes                 *
  43.            XParseColor
  44.  
  45.                                       Cursors
  46.           -----------------------------------------------------------------
  47.  
  48.           .XCreatePixmapCursor  * CreateCursor      .No
  49.  
  50.           .XCreateFontCursor    * CreateGlyphCursor .No
  51.            XCreateGlyphCursor
  52.  
  53.           .XFreeCursor          * FreeCursor        .No
  54.  
  55.           .XRecolorCursor       * RecolorCursor     .No
  56.  
  57.  
  58.  
  59.  
  60.  
  61.  
  62.  
  63.  
  64.           -----------------------------------------------------------------
  65.                                         - 1 -
  66.  
  67.  
  68.  
  69.  
  70.  
  71.  
  72.  
  73.  
  74.  
  75.  
  76.  
  77.  
  78.           08/10/94 5:10pm                             Request Group Summary
  79.           -----------------------------------------------------------------
  80.  
  81.  
  82.  
  83.                                  Drawing Graphics
  84.           -----------------------------------------------------------------
  85.  
  86.           .XClearArea           * ClearArea         .Yes
  87.            XClearWindow
  88.  
  89.           .XCopyArea            * CopyArea          .No
  90.  
  91.           .XCopyPlane           * CopyPlane         .No
  92.  
  93.           .XDrawPoint           * PolyPoint         .Yes            *
  94.            XDrawPoints
  95.  
  96.           .XDrawLines           * PolyLine          .Yes            *
  97.  
  98.           .XDrawLine            * PolySegment       .Yes            *
  99.            XDrawSegments
  100.  
  101.           .XDrawRectangle       * PolyRectangle     .Yes            *
  102.            XDrawRectangles
  103.  
  104.           .XDrawArc             * PolyArc           .Yes            *
  105.            XDrawArcs
  106.  
  107.           .XFillPolygon         * FillPoly          .Yes            *
  108.  
  109.           .XFillRectangle       * PolyFillRectangle .Yes            *
  110.            XFillRectangles
  111.  
  112.           .XFillArc             * PolyFillArc       .Yes            *
  113.            XFillArcs
  114.  
  115.                                       Events
  116.           -----------------------------------------------------------------
  117.  
  118.           .XGetMotionEvents     * GetMotionEvents   .No                  *
  119.  
  120.           .XSetInputFocus       * SetInputFocus     .No
  121.  
  122.           .XGetInputFocus       * GetInputFocus     .No                  *
  123.            XSync
  124.  
  125.                                   Fonts and Text
  126.           -----------------------------------------------------------------
  127.  
  128.           .XLoadFont            * OpenFont          .Yes            *
  129.            XLoadQueryFont
  130.  
  131.           .XFreeFont            * CloseFont         .Yes            *
  132.            XUnloadFont
  133.  
  134.  
  135.  
  136.  
  137.  
  138.           -----------------------------------------------------------------
  139.                                         - 2 -
  140.  
  141.  
  142.  
  143.  
  144.  
  145.  
  146.  
  147.  
  148.  
  149.  
  150.  
  151.  
  152.           08/10/94 5:10pm                             Request Group Summary
  153.           -----------------------------------------------------------------
  154.  
  155.  
  156.  
  157.                                   Fonts and Text
  158.           -----------------------------------------------------------------
  159.  
  160.           .XLoadQueryFont       * QueryFont         .Yes                 *
  161.            XQueryFont
  162.  
  163.           .XQueryTextExtents    * QueryTextExtents  .Yes                 *
  164.            XQueryTextExtents16
  165.  
  166.           .XSetFontPath         * SetFontPath       .Yes            *
  167.  
  168.           .XGetFontPath         * GetFontPath       .Yes                 *
  169.  
  170.           .XDrawText            * PolyText8         .Yes            *
  171.            XDrawString
  172.  
  173.           .XDrawText16          * PolyText16        .Yes            *
  174.            XDrawString16
  175.  
  176.           .XDrawImageString     * ImageText8        .Yes            *
  177.  
  178.           .XDrawImageString16   * ImageText16       .Yes            *
  179.  
  180.                                  Graphics Context
  181.           -----------------------------------------------------------------
  182.  
  183.           .XCreateBitmapFromDa  * CreateGC          .Yes            *
  184.            XCreateGC
  185.            XCreatePixmapFromDa
  186.            XOpenDisplay
  187.            XReadBitmapFile
  188.  
  189.           .XChangeGC            * ChangeGC          .Yes            *
  190.            XSetArcMode
  191.            XSetBackground
  192.            XSetClipMask
  193.            XSetClipOrigin
  194.            XSetFillRule
  195.            XSetFillStyle
  196.            XSetFont
  197.            XSetForeground
  198.            XSetFunction
  199.            XSetGraphicsExposur
  200.            XSetLineAttributes
  201.            XSetPlaneMask
  202.            XSetState
  203.            XSetStipple
  204.  
  205.  
  206.  
  207.  
  208.  
  209.           -----------------------------------------------------------------
  210.                                         - 3 -
  211.  
  212.  
  213.  
  214.  
  215.  
  216.  
  217.  
  218.  
  219.  
  220.  
  221.  
  222.  
  223.           08/10/94 5:10pm                             Request Group Summary
  224.           -----------------------------------------------------------------
  225.  
  226.  
  227.  
  228.                                  Graphics Context
  229.           -----------------------------------------------------------------
  230.  
  231.            XSetSubwindowMode
  232.            XSetTile
  233.            XSetTSOrigin
  234.  
  235.           .XCopyGC              * CopyGC            .Yes            *
  236.  
  237.           .XSetDashes           * SetDashes         .Yes            *
  238.  
  239.           .XSetClipRectangles   * SetClipRectangles .Yes            *
  240.  
  241.           .XCloseDisplay        * FreeGC            .Yes            *
  242.            XCreateBitmapFromDa
  243.            XCreatePixmapFromDa
  244.            XFreeGC
  245.            XReadBitmapFile
  246.  
  247.                                       Images
  248.           -----------------------------------------------------------------
  249.  
  250.           .XCreatePixmapFromDa  * PutImage          .Yes            *
  251.            XCreateBitmapFromDa
  252.            XPutImage
  253.            XReadBitmapFile
  254.  
  255.           .XGetImage            * GetImage          .No                  *
  256.            XGetSubImage
  257.  
  258.                                Interclient Communic
  259.           -----------------------------------------------------------------
  260.  
  261.           .XInternAtom          * InternAtom        .No                  *
  262.  
  263.           .XGetAtomName         * GetAtomName       .No                  *
  264.  
  265.           .XChangeProperty      * ChangeProperty    .No
  266.            XSetClassHint
  267.            XSetCommand
  268.            XSetIconName
  269.            XSetIconSizes
  270.            XSetNormalHints
  271.            XSetRGBColormap
  272.            XSetSizeHints
  273.            XSetStandardPropert
  274.            XSetTextProperty
  275.            XSetTransientForHin
  276.            XSetWMClientMachine
  277.  
  278.  
  279.  
  280.           -----------------------------------------------------------------
  281.                                         - 4 -
  282.  
  283.  
  284.  
  285.  
  286.  
  287.  
  288.  
  289.  
  290.  
  291.  
  292.  
  293.  
  294.           08/10/94 5:10pm                             Request Group Summary
  295.           -----------------------------------------------------------------
  296.  
  297.  
  298.  
  299.                                Interclient Communic
  300.           -----------------------------------------------------------------
  301.  
  302.            XSetWMColormapWindo
  303.            XSetWMCommand
  304.            XSetWMHints
  305.            XSetWMIconName
  306.            XSetWMNormalHints
  307.            XSetWMProtocols
  308.            XSetWMProperties
  309.            XSetWMSizeHints
  310.            XSetZoomHints
  311.            XStoreBuffer
  312.            XStoreBytes
  313.            XStoreName
  314.  
  315.           .XDeleteProperty      * DeleteProperty    .No
  316.  
  317.           .XGetClassHint        * GetProperty       .No                  *
  318.            XFetchBytes
  319.            XFetchBuffer
  320.            XFetchName
  321.            XGetIconName
  322.            XGetIconSizes
  323.            XGetNormalHints
  324.            XGetRGBColormap
  325.            XGetSizeHints
  326.            XGetTextProperty
  327.            XGetTransientForHin
  328.            XGetWMClientMachine
  329.            XGetWMColormapWindo
  330.            XGetWMHints
  331.            XGetWMCommand
  332.            XGetWMIconName
  333.            XGetWMProtocols
  334.            XGetWMNormalHints
  335.            XGetWMSizeHints
  336.            XGetWindowProperty
  337.            XGetZoomHints
  338.  
  339.           .XListProperties      * ListProperties    .No                  *
  340.  
  341.           .XSetSelectionOwner   * SetSelectionOwner .No
  342.  
  343.           .XGetSelectionOwner   * GetSelectionOwner .No                  *
  344.  
  345.           .XConvertSelection    * ConvertSelection  .No
  346.  
  347.  
  348.  
  349.  
  350.           -----------------------------------------------------------------
  351.                                         - 5 -
  352.  
  353.  
  354.  
  355.  
  356.  
  357.  
  358.  
  359.  
  360.  
  361.  
  362.  
  363.  
  364.           08/10/94 5:10pm                             Request Group Summary
  365.           -----------------------------------------------------------------
  366.  
  367.  
  368.  
  369.                                Interclient Communic
  370.           -----------------------------------------------------------------
  371.  
  372.           .XListHosts           * ListHosts         .No                  *
  373.  
  374.           .XRotateBuffers       * RotateProperties  .No
  375.            XRotateWindowProper
  376.  
  377.                                Keyboard and Pointer
  378.           -----------------------------------------------------------------
  379.  
  380.           .XGrabPointer         * GrabPointer       .No                  *
  381.  
  382.           .XUngrabPointer       * UngrabPointer     .No
  383.  
  384.           .XGrabButton          * GrabButton        .No
  385.  
  386.           .XUngrabButton        * UngrabButton      .No
  387.  
  388.           .XChangeActivePointe  * ChangeActivePoint .No
  389.                                   erGrab
  390.  
  391.           .XGrabKeyboard        * GrabKeyboard      .No                  *
  392.  
  393.           .XUngrabKeyboard      * UngrabKeyboard    .No
  394.  
  395.           .XGrabKey             * GrabKey           .No
  396.  
  397.           .XUngrabKey           * UngrabKey         .No
  398.  
  399.           .XAllowEvents         * AllowEvents       .No
  400.  
  401.           .XQueryPointer        * QueryPointer      .No                  *
  402.  
  403.           .XWarpPointer         * WarpPointer       .No
  404.  
  405.           .XQueryKeymap         * QueryKeymap       .No                  *
  406.  
  407.           .XChangeKeyboardMapp  * ChangeKeyboardMap .No
  408.                                   ping
  409.  
  410.           .XGetKeyboardMapping  * GetKeyboardMappin .No                  *
  411.                                   g
  412.  
  413.           .XAutoRepeatOff       * ChangeKeyboardCon .No
  414.            XAutoRepeatOn          trol
  415.            XChangeKeyboardCont
  416.  
  417.           .XGetKeyboardControl  * GetKeyboardContro .No                  *
  418.                                   l
  419.  
  420.           .XBell                * Bell              .No
  421.  
  422.  
  423.  
  424.  
  425.  
  426.           -----------------------------------------------------------------
  427.                                         - 6 -
  428.  
  429.  
  430.  
  431.  
  432.  
  433.  
  434.  
  435.  
  436.  
  437.  
  438.  
  439.  
  440.           08/10/94 5:10pm                             Request Group Summary
  441.           -----------------------------------------------------------------
  442.  
  443.  
  444.  
  445.                                Keyboard and Pointer
  446.           -----------------------------------------------------------------
  447.  
  448.           .XChangePointerContr  * ChangePointerCont .No
  449.                                   rol
  450.  
  451.           .XSetPointerMapping   * SetPointerMapping .No                  *
  452.  
  453.           .XSetModifierMapping  * SetModifierMappin .No                  *
  454.                                   g
  455.  
  456.           .XGetModifierMapping  * GetModifierMappin .No                  *
  457.                                   g
  458.  
  459.                                      Security
  460.           -----------------------------------------------------------------
  461.  
  462.           .XAddHost             * ChangeHosts       .No
  463.            XAddHosts
  464.            XRemoveHost
  465.            XRemoveHosts
  466.  
  467.           .XDisableAccessContr  * SetAccessControl  .No
  468.            XEnableAccessContro
  469.            XSetAccessControl
  470.  
  471.                                Window Characteristi
  472.           -----------------------------------------------------------------
  473.  
  474.           .XDefineCursor        * ChangeWindowAttri .Yes            *
  475.            XSelectInput           butes
  476.            XSetWindowBackgroun
  477.            XSetWindowBackgroun
  478.            XSetWindowBorder
  479.            XSetWindowBorderPix
  480.            XSetWindowColormap
  481.            XUndefineCursor
  482.            XChangeWindowAttrib
  483.  
  484.           .XGetWindowAttribute  * GetWindowAttribut .Unclear             *
  485.                                   es
  486.  
  487.           .XGetGeometry         * GetGeometry       .Yes                 *
  488.            XGetWindowAttribute
  489.  
  490.  
  491.  
  492.  
  493.  
  494.  
  495.  
  496.  
  497.           -----------------------------------------------------------------
  498.                                         - 7 -
  499.  
  500.  
  501.  
  502.  
  503.  
  504.  
  505.  
  506.  
  507.  
  508.  
  509.  
  510.  
  511.           08/10/94 5:10pm                             Request Group Summary
  512.           -----------------------------------------------------------------
  513.  
  514.  
  515.  
  516.                                 Window Manipulation
  517.           -----------------------------------------------------------------
  518.  
  519.           .XCreateSimpleWindow  * CreateWindow      .Yes
  520.            XCreateWindow
  521.  
  522.           .XDestroyWindow       * DestroyWindow     .Yes
  523.  
  524.           .XDestroySubwindows   * DestroySubwindows .No
  525.  
  526.           .XMapRaised           * MapWindow         .Yes            *
  527.            XMapWindow
  528.  
  529.           .XMapSubwindows       * MapSubwindows     .No
  530.  
  531.           .XUnmapWindow         * UnmapWindow       .Yes
  532.  
  533.           .XUnmapSubWindows     * UnmapSubwindows   .No
  534.  
  535.                                 Window Manipulation
  536.           -----------------------------------------------------------------
  537.  
  538.           .XAddToSaveSet        * ChangeSaveSet     .No
  539.            XChangeSaveSet
  540.            XRemoveFromSaveSet
  541.  
  542.           .XReparentWindow      * ReparentWindow    .No
  543.  
  544.           .XConfigureWindow     * ConfigureWindow   .No
  545.            XLowerWindow
  546.            XMapRaised
  547.            XMoveResizeWindow
  548.            XMoveWindow
  549.            XRaiseWindow
  550.            XReconfigureWMWindo
  551.            XResizeWindow
  552.            XRestackWindows
  553.            XSetWindowBorderWid
  554.  
  555.           .XCirculateSubwindow  * CirculateWindow   .No
  556.            XCirculateSubwindow
  557.            XCirculateSubwindow
  558.  
  559.           .XQueryTree           * QueryTree         .No                  *
  560.  
  561.  
  562.  
  563.  
  564.  
  565.  
  566.  
  567.  
  568.  
  569.           -----------------------------------------------------------------
  570.                                         - 8 -
  571.  
  572.  
  573.  
  574.  
  575.  
  576.  
  577.  
  578.  
  579.  
  580.  
  581.  
  582.  
  583.           08/10/94 5:10pm                             Request Group Summary
  584.           -----------------------------------------------------------------
  585.  
  586.  
  587.  
  588.                                    Miscellaneous
  589.           -----------------------------------------------------------------
  590.  
  591.           .XIconifyWindow       * SendEvent         .Unclear
  592.            XReconfigureWMWindo
  593.            XSendEvent
  594.            XWithdrawWindow
  595.  
  596.           .XGrabServer          * GrabServer        .No
  597.  
  598.           .XUngrabServer        * UngrabServer      .No
  599.  
  600.           .XTranslateCoordinat  * TranslateCoordina .Yes                 *
  601.                                   tes
  602.  
  603.           .XCreateBitmapFromDa  * CreatePixmap      .Yes            *
  604.            XCreatePixmap
  605.            XCreatePixmapFromDa
  606.            XReadBitmapFile
  607.  
  608.           .XFreePixmap          * FreePixmap        .Yes            *
  609.  
  610.           .XQueryBestCursor     * QueryBestSize     .Yes                 *
  611.            XQueryBestSize
  612.            XQueryBestStipple
  613.            XQueryBestTile
  614.  
  615.           .XInitExtension       * QueryExtension    .Yes                 *
  616.            XQueryExtension
  617.  
  618.           .XListExtensions      * ListExtensions    .Yes                 *
  619.  
  620.           .XSetScreenSaver      * SetScreenSaver    .No
  621.  
  622.           .XGetScreenSaver      * GetScreenSaver    .No                  *
  623.  
  624.           .XSetCloseDownMode    * SetCloseDownMode  .Unclear
  625.  
  626.           .XKillClient          * KillClient        .Unclear
  627.  
  628.           .XActivateScreenSave  * ForceScreenSaver  .No
  629.            XForceScreenSaver
  630.            XResetScreenSaver
  631.  
  632.           .XNoOp                * NoOperation       .Yes            *
  633.  
  634.  
  635.  
  636.  
  637.  
  638.  
  639.  
  640.  
  641.  
  642.  
  643.           -----------------------------------------------------------------
  644.                                         - 9 -
  645.  
  646.  
  647.  
  648.  
  649.  
  650.  
  651.